home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TPASSGENFORM
/
TPASSGENFORM.txt
Wrap
Text File
|
2010-10-15
|
1KB
|
76 lines
object PassGenForm: TPassGenForm
Left = 321
Top = 174
BorderStyle = bsToolWindow
Caption = 'Generate Password'
ClientHeight = 103
ClientWidth = 275
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKButton: TTntButton
Left = 118
Top = 78
Width = 75
Height = 23
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TTntButton
Left = 197
Top = 78
Width = 75
Height = 23
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
object PassBox: TTntGroupBox
Left = 0
Top = 0
Width = 275
Height = 73
Align = alTop
Caption = 'Password'
TabOrder = 0
object DescL: TTntLabel
Left = 10
Top = 20
Width = 49
Height = 13
Caption = 'Password:'
end
object PassEdit: TTntEdit
Left = 66
Top = 17
Width = 199
Height = 21
Color = clBtnFace
MaxLength = 63
ReadOnly = True
TabOrder = 0
end
object GenButton: TTntButton
Left = 190
Top = 43
Width = 75
Height = 23
Caption = 'Generate'
TabOrder = 1
OnClick = GenButtonClick
end
end
end